-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[resourceprocessor] add support for profile signal type #36208
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
# Conflicts: # processor/resourceprocessor/README.md # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <[email protected]>
processorprofiles.WithTraces(createTracesProcessor, metadata.TracesStability), | ||
processorprofiles.WithMetrics(createMetricsProcessor, metadata.MetricsStability), | ||
processorprofiles.WithLogs(createLogsProcessor, metadata.LogsStability), | ||
processorprofiles.WithProfiles(createProfilesProcessor, metadata.LogsStability), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
incorrect stability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, thanks - fixed now
Signed-off-by: Florian Bacher <[email protected]>
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <[email protected]>
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <[email protected]>
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Description
This PR adds support for the profile signal type to the resource processor
Link to tracking issue
Fixes #35979
Testing
Extended the unit tests of the component
Documentation